set

@JvmName(name = "setAdminKey")
operator fun DslList<ByteString, ConfigKt.SecurityConfigKt.Dsl.AdminKeyProxy>.set(index: Int, value: ByteString)
The public key authorized to send admin messages to this node.

repeated bytes admin_key = 3;

Parameters

index

The index to set the value at.

value

The adminKey to set.